home *** CD-ROM | disk | FTP | other *** search
/ Click Press Kit / Click Press Kit.iso / pc / main.dxr / Internal_145.ls < prev    next >
Encoding:
Text File  |  2006-05-31  |  313 b   |  17 lines

  1. global gRecordSet, gTracker
  2.  
  3. on exitFrame me
  4.   if gTracker.p12345 = EMPTY then
  5.     exit
  6.   end if
  7.   if gRecordSet.pFlashObject.pDebugResults <> "no" then
  8.     if gRecordSet.pFlashObject.pDebugResults <= VOID then
  9.       go(the frame)
  10.     else
  11.       go(the frame + 1)
  12.     end if
  13.   else
  14.     go(the frame)
  15.   end if
  16. end
  17.